home *** CD-ROM | disk | FTP | other *** search
/ Chip: Net Guide / CHIP NET Rehberi Eylül 1998.iso / ftp / fpb.exe / _SETUP.1 / FlyPage Backup.exe / 0 / RCDATA / TFRMSEND / TFRMSEND.txt
Encoding:
Text File  |  1998-04-23  |  5.9 KB  |  280 lines

  1. object frmSend: TfrmSend
  2.   Left = 315
  3.   Top = 126
  4.   Width = 497
  5.   Height = 479
  6.   Caption = 'EMAIL DEMO - Send Mail'
  7.   Font.Color = clWindowText
  8.   Font.Height = -14
  9.   Font.Name = 'System'
  10.   Font.Style = []
  11.   OnResize = FormResize
  12.   PixelsPerInch = 96
  13.   TextHeight = 16
  14.   object Label1: TLabel
  15.     Left = 6
  16.     Top = 28
  17.     Width = 16
  18.     Height = 13
  19.     Caption = '&To:'
  20.     FocusControl = tTo
  21.     Font.Color = clBlack
  22.     Font.Height = -9
  23.     Font.Name = 'MS Sans Serif'
  24.     Font.Style = []
  25.     ParentFont = False
  26.   end
  27.   object Label2: TLabel
  28.     Left = 6
  29.     Top = 49
  30.     Width = 39
  31.     Height = 13
  32.     Caption = '&Subject:'
  33.     FocusControl = tSubject
  34.     Font.Color = clBlack
  35.     Font.Height = -9
  36.     Font.Name = 'MS Sans Serif'
  37.     Font.Style = []
  38.     ParentFont = False
  39.   end
  40.   object Label3: TLabel
  41.     Left = 6
  42.     Top = 70
  43.     Width = 26
  44.     Height = 13
  45.     Caption = '&From:'
  46.     FocusControl = tFrom
  47.     Font.Color = clBlack
  48.     Font.Height = -9
  49.     Font.Name = 'MS Sans Serif'
  50.     Font.Style = []
  51.     ParentFont = False
  52.   end
  53.   object Label4: TLabel
  54.     Left = 6
  55.     Top = 92
  56.     Width = 78
  57.     Height = 13
  58.     Caption = '&Attach binary file'
  59.     FocusControl = tAttachedFile
  60.     Font.Color = clBlack
  61.     Font.Height = -9
  62.     Font.Name = 'MS Sans Serif'
  63.     Font.Style = []
  64.     ParentFont = False
  65.   end
  66.   object Label5: TLabel
  67.     Left = 6
  68.     Top = 114
  69.     Width = 21
  70.     Height = 13
  71.     Caption = 'Te&xt'
  72.     FocusControl = tMessage
  73.     Font.Color = clBlack
  74.     Font.Height = -9
  75.     Font.Name = 'MS Sans Serif'
  76.     Font.Style = []
  77.     ParentFont = False
  78.   end
  79.   object Label6: TLabel
  80.     Left = 6
  81.     Top = 6
  82.     Width = 64
  83.     Height = 13
  84.     Caption = 'SMTP Ser&ver'
  85.     FocusControl = tSMTPSrv
  86.     Font.Color = clBlack
  87.     Font.Height = -9
  88.     Font.Name = 'MS Sans Serif'
  89.     Font.Style = []
  90.     ParentFont = False
  91.   end
  92.   object Label7: TLabel
  93.     Left = 307
  94.     Top = 28
  95.     Width = 24
  96.     Height = 13
  97.     Caption = '&BCC:'
  98.     FocusControl = tBCC
  99.     Font.Color = clBlack
  100.     Font.Height = -9
  101.     Font.Name = 'MS Sans Serif'
  102.     Font.Style = []
  103.     ParentFont = False
  104.   end
  105.   object tTo: TEdit
  106.     Left = 109
  107.     Top = 25
  108.     Width = 186
  109.     Height = 21
  110.     Font.Color = clBlack
  111.     Font.Height = -9
  112.     Font.Name = 'MS Sans Serif'
  113.     Font.Style = []
  114.     ParentFont = False
  115.     TabOrder = 0
  116.   end
  117.   object tSubject: TEdit
  118.     Left = 109
  119.     Top = 46
  120.     Width = 240
  121.     Height = 21
  122.     Font.Color = clBlack
  123.     Font.Height = -9
  124.     Font.Name = 'MS Sans Serif'
  125.     Font.Style = []
  126.     ParentFont = False
  127.     TabOrder = 1
  128.   end
  129.   object tFrom: TEdit
  130.     Left = 109
  131.     Top = 67
  132.     Width = 240
  133.     Height = 21
  134.     Font.Color = clBlack
  135.     Font.Height = -9
  136.     Font.Name = 'MS Sans Serif'
  137.     Font.Style = []
  138.     ParentFont = False
  139.     TabOrder = 2
  140.   end
  141.   object tMessage: TMemo
  142.     Left = 4
  143.     Top = 131
  144.     Width = 445
  145.     Height = 260
  146.     Font.Color = clBlack
  147.     Font.Height = -9
  148.     Font.Name = 'MS Sans Serif'
  149.     Font.Style = []
  150.     ParentFont = False
  151.     ScrollBars = ssBoth
  152.     TabOrder = 3
  153.   end
  154.   object Button1: TButton
  155.     Left = 378
  156.     Top = 3
  157.     Width = 71
  158.     Height = 19
  159.     Caption = 'Se&nd Mail'
  160.     Font.Color = clBlack
  161.     Font.Height = -9
  162.     Font.Name = 'MS Sans Serif'
  163.     Font.Style = []
  164.     ParentFont = False
  165.     TabOrder = 4
  166.     OnClick = Button1Click
  167.   end
  168.   object tAttachedFile: TEdit
  169.     Left = 109
  170.     Top = 89
  171.     Width = 240
  172.     Height = 21
  173.     Font.Color = clBlack
  174.     Font.Height = -9
  175.     Font.Name = 'MS Sans Serif'
  176.     Font.Style = []
  177.     ParentFont = False
  178.     TabOrder = 5
  179.   end
  180.   object Button2: TButton
  181.     Left = 378
  182.     Top = 89
  183.     Width = 71
  184.     Height = 19
  185.     Caption = '&Browse'
  186.     Font.Color = clBlack
  187.     Font.Height = -9
  188.     Font.Name = 'MS Sans Serif'
  189.     Font.Style = []
  190.     ParentFont = False
  191.     TabOrder = 6
  192.     OnClick = Button2Click
  193.   end
  194.   object cbQuotedPrint: TCheckBox
  195.     Left = 288
  196.     Top = 114
  197.     Width = 161
  198.     Height = 13
  199.     Caption = '&Encode accented chars'
  200.     Font.Color = clBlack
  201.     Font.Height = -9
  202.     Font.Name = 'MS Sans Serif'
  203.     Font.Style = []
  204.     ParentFont = False
  205.     TabOrder = 7
  206.   end
  207.   object tSMTPSrv: TEdit
  208.     Left = 109
  209.     Top = 3
  210.     Width = 240
  211.     Height = 21
  212.     Font.Color = clBlack
  213.     Font.Height = -9
  214.     Font.Name = 'MS Sans Serif'
  215.     Font.Style = []
  216.     ParentFont = False
  217.     TabOrder = 8
  218.   end
  219.   object lbBtmLines: TListBox
  220.     Left = 6
  221.     Top = 406
  222.     Width = 443
  223.     Height = 26
  224.     BorderStyle = bsNone
  225.     Color = clBtnFace
  226.     Ctl3D = False
  227.     Font.Color = clBlack
  228.     Font.Height = -9
  229.     Font.Name = 'MS Sans Serif'
  230.     Font.Style = []
  231.     ItemHeight = 13
  232.     Items.Strings = (
  233.       'trace protocol here  -- right click to clear')
  234.     ParentCtl3D = False
  235.     ParentFont = False
  236.     TabOrder = 9
  237.     OnMouseDown = lbBtmLinesMouseDown
  238.   end
  239.   object tBCC: TEdit
  240.     Left = 339
  241.     Top = 25
  242.     Width = 110
  243.     Height = 21
  244.     Font.Color = clBlack
  245.     Font.Height = -9
  246.     Font.Name = 'MS Sans Serif'
  247.     Font.Style = []
  248.     ParentFont = False
  249.     TabOrder = 10
  250.   end
  251.   object OpenDialog1: TOpenDialog
  252.     FileEditStyle = fsEdit
  253.     Options = [ofHideReadOnly, ofPathMustExist, ofFileMustExist]
  254.     Title = 'Select File to Send'
  255.     Left = 384
  256.     Top = 48
  257.   end
  258.   object SMTP1: TipwSMTP
  259.     WinsockLoaded = False
  260.     Left = 414
  261.     Top = 52
  262.     RegHnd = {
  263.       0000000000000000000000000000000000000000000000000000000000000000
  264.       0000000000000000000000000000000000000000000000000000000000000000
  265.       0000000000000000000000000000000000000000000000000000000000000000
  266.       0000000000000000000000000000000000000000000000000000000000000000}
  267.   end
  268.   object NetCode1: TipwNetCode
  269.     MaxFileSize = 0
  270.     Mode = '600'
  271.     Left = 446
  272.     Top = 52
  273.     RegHnd = {
  274.       0000000000000000000000000000000000000000000000000000000000000000
  275.       0000000000000000000000000000000000000000000000000000000000000000
  276.       0000000000000000000000000000000000000000000000000000000000000000
  277.       0000000000000000000000000000000000000000000000000000000000000000}
  278.   end
  279. end
  280.